From 2928001bb26044b53d64ec4a6952824c60322b0f Mon Sep 17 00:00:00 2001 From: robertl Date: Tue, 5 Jan 2010 15:01:30 +0000 Subject: [PATCH] Turn universal builds back on for Mac. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3847 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/gui/app.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gpsbabel/gui/app.pro b/gpsbabel/gui/app.pro index dfa304612..989602734 100755 --- a/gpsbabel/gui/app.pro +++ b/gpsbabel/gui/app.pro @@ -1,11 +1,11 @@ -# $Id: app.pro,v 1.13 2009-11-02 19:54:13 robertl Exp $ +# $Id: app.pro,v 1.14 2010-01-05 15:01:30 robertl Exp $ # CONFIG += qt release #CONFIG += qt debug console # For Mac, build Universal binary. Ignored on other OSes. -CONFIG += x86 # ppc +CONFIG += x86 ppc ICON = images/appicon.icns -- 2.30.2